//=================================================================================//
//                                                                                 //
//                                 Snappy Code Files                               //
//                                                                                 //
//=====================================05-04-13====================================//
// This folder has zip-files with the code and executables for the program Snappy. //
//                                                                                 //
// Snappy is a simple wrapper of SnapPea's Dirichlet_ subroutines, and alters them //
// in only one way - a limit of 50 iterations in the hyperideal construction loop  //
// (while loop two); so the program can exiting out of hyperideal constructions.   //
//                                                                                 //
// Input/Output
// This program runs off the input file "snappy_input.txt", which is of the same   //
// form as the input for SnappyD_CPT, but without an E_V value. All constructions  //
// are instead undertaken with an E_V value of 7. Similarly Snappy outputs a file  //
// "snappy_output"; however there are no print options for this program, with its  //
// output limited to the description of the parameter set and an output volume or  //
// "Null?" otherwise.                                                              //
//=================================================================================//